home *** CD-ROM | disk | FTP | other *** search
- | Run file for lEdit
- | (c) 1995 Urs Bisang
- | all rights reserved.
-
-
- if "<System$Path>" = "" then Error 0 System resources cannot be found
-
- IconSprites <Obey$Dir>.!Sprites
-
- RMensure SharedClibrary 0 System:Modules.clib
- RMensure SharedClibrary 3.70 Error You need at least version 3.70 of the shared C library
-
-
- Set Alias$@RunType_FFF Run <Obey$Dir>.wtk ledit -args %%*0
- if "<lEdit$Dir>" = "" then Set lEdit$Dir <Obey$Dir>
- if "<wtk$Path>" = "" then Set wtk$Path <lEdit$Dir>.l.
- WimpSlot -min 600k -max 600k
- Run <lEdit$Dir>.wtk ledit
-